home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / christmas_attack.swf / scripts / DefineButton2_323 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  364b  |  27 lines

  1. on(release){
  2.    ctrl = 1;
  3.    shoot = 1;
  4.    bomb = 1;
  5.    pau = 1;
  6.    score = 0;
  7.    levelno = 1;
  8.    if(dif == 0.5)
  9.    {
  10.       credit = 5;
  11.    }
  12.    else
  13.    {
  14.       credit = 3;
  15.    }
  16.    bspd = dif * 2 + 5;
  17.    collected = 0;
  18.    bbno = 1;
  19.    gvc = 1;
  20.    gls = 0;
  21.    hms = 0;
  22.    shield = 0;
  23.    activ = 0;
  24.    lure = 0;
  25.    gotoAndStop("options");
  26. }
  27.